TreeModelT.getIterFromString

Sets @iter to a valid iterator pointing to @path_string, if it exists.

Otherwise, @iter is left invalid and %FALSE is returned.

template TreeModelT(TStruct)
bool
getIterFromString
(,
string pathString
)

Parameters

iter TreeIter

an uninitialized GtkTreeIter

pathString string

a string representation of a GtkTreePath

Return Value

Type: bool

%TRUE, if @iter was set

Meta